home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000160_fdc@watsun.cc.columbia.edu_Mon May 21 13:36:19 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  61 lines

  1. Article: 12458 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.os.vms,comp.protocols.kermit.misc
  5. Subject: Re: ftp scripting
  6. Date: 21 May 2001 17:01:10 GMT
  7. Organization: Columbia University
  8. Lines: 44
  9. Message-ID: <9ebhkm$58n$1@newsmaster.cc.columbia.edu>
  10. References: <3B0906FD.38F29EBB@ccagroup.co.uk>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 990464470 5399 128.59.39.2 (21 May 2001 17:01:10 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 21 May 2001 17:01:10 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.os.vms:285872 comp.protocols.kermit.misc:12458
  16.  
  17. In article <3B0906FD.38F29EBB@ccagroup.co.uk>,
  18. Chris Sharman  <Chris.Sharman@CCAgroup.co.uk> wrote:
  19. : I have a requirement for ftp scripting.
  20. : I need to upload stuff, and on success rename it on both systems.
  21. : I also need to download stuff (whatever's there), and on success delete
  22. : it from the server, then do things with it locally.
  23. : ...
  24. : The new kermit (7.1 beta) looks promising, but doesn't seem to be
  25. : prebuilt for VMS yet.
  26. Yes, the new C-Kermit would do exactly what you want:
  27.  
  28.   http://www.columbia.edu/kermit/ftpclient.html
  29.   http://www.columbia.edu/kermit/ftpscripts.html
  30.  
  31. and no, it's not available for VMS yet.  It's not just a simple matter of
  32. building.  A lot of code has to be written too, and this would have to be
  33. done by a C programmer who is more intimate with VMS TCP/IP stacks, RMS,
  34. and VMS FTP protocol extensions than I am.  We don't want it to be just a
  35. C-Library port of the UNIX version -- we want it to handle VMS as well as
  36. native FTP clients do, but with all the added benefits (scripting,
  37. automatic per-file text/binary-mode switching, recursion, character-set
  38. conversion, etc).  I've put out a number of feelers but so far nobody has
  39. taken the bait (block that metaphor!)
  40.  
  41. There is definitely a demand.  I hope someone can step up and fill in the
  42. VMS particulars.  C-Kermit 7.1 is here:
  43.  
  44.   http://www.columbia.edu/kermit/ck71.html
  45.  
  46. and the FTP module is:
  47.  
  48.   ftp://kermit.columbia.edu/kermit/test/text/ckcftp.c
  49.  
  50. : The licence forbids commercial non-internal use
  51. : too, without providing a pointer to a (presumably chargeable) commercial
  52. : licence.
  53. :
  54. Yes, if you want to furnish Kermit software to customers or clients, you
  55. need to license it.  That's not a bad thing.  You get money from your
  56. customers and clients, we get money from you.  It's like the food chain.
  57. We all have to eat.
  58.  
  59. - Frank
  60.